Solving ODEs with MATLAB
نویسندگان
چکیده
This book is for people who need to solve ordinary differential equations (ODEs), both initial value problems (IVPs) and boundary value problems (BVPs) as well as delay differential equations (DDEs). These topics are usually taught in separate courses of length one semester each, but Solving ODEs with MATLAB provides a sound treatment of all three in about 250 pages. The chapters on each of these topics begin with a discussion of “the facts of life” for the problem, mainly by means of examples. Numerical methods for the problem are then developed – but only the methods most widely used. Although the treatment of each method is brief and technical issues are minimized, the issues important in practice and for understanding the codes are discussed. Often solving a real problem is much more than just learning how to call a code. The last part of each chapter is a tutorial that shows how to solve problems by means of small but realistic examples.
منابع مشابه
Initial Value Problems for ODEs in Problem Solving Environments
The problem solving environments (PSEs) Maple [8] and Matlab [7] are in very wide use. Although they have much in common, they are clearly distinguished by the emphasis in Maple on algebraic computation and in Matlab on numerical computation. We discuss here a program, IVPsolve, for solving numerically initial value problems (IVPs) for systems of first order ordinary differential equations (ODE...
متن کاملMatlab : Numerical Solution of Ordinary Differential Equations
Matlab has facilities for the numerical solution of ordinary differential equations (ODEs) of any order. In this document we first consider the solution of a first order ODE. Higher order ODEs can be solved using the same methods, with the higher order equations first having to be reformulated as a system of first order equations. Techniques for solving the first order and second order equation...
متن کاملSOLVING SINGULAR ODES IN UNBOUNDED DOMAINS WITH SINC-COLLOCATION METHOD
Spectral approximations for ODEs in unbounded domains have only received limited attention. In many applicable problems, singular initial value problems arise. In solving these problems, most of numerical methods have difficulties and often could not pass the singular point successfully. In this paper, we apply the sinc-collocation method for solving singular initial value problems. The ability...
متن کاملEstimating conditioning of BVPs for ODEs
Abst rac t -An alternative to control of the global error of a numerical solution to a boundary value problem (BVP) for ordinary differential equations (ODEs) is control of its residual, the amount by which it fails to satisfy the ODEs and boundary conditions. Among the methods used by codes tha t control residuals are collocation, Runge-Kut ta methods with continuous extensions, and shooting. ...
متن کاملA piecewise-linearized algorithm based on the Krylov subspace for solving stiff ODEs
Numerical methods for solving Ordinary Differential Equations (ODEs) have received considerable attention in recent years. In this paper a piecewise-linearized algorithm based on Krylov subspaces for solving Initial Value Problems (IVPs) is proposed. MATLAB versions for autonomous and non-autonomous ODEs of this algorithm have been implemented. These implementations have been compared with othe...
متن کامل